-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
363:Force update parent version with real version #364
363:Force update parent version with real version #364
Conversation
…is RELEASE or LATEST
Please some one help me merged in next version |
Could you rebase against current master.... |
This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
start working on this. missed your past message |
maintainer, please approve the workflow. |
Will take a look next week, thanks. |
Any luck @bmarwell ? |
* @since 2.8 | ||
*/ | ||
@Parameter( property = "forceUpdate", defaultValue = "False" ) | ||
protected Boolean forceUpdate = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe should be boolean
rather than Boolean
to avoid NPE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, Please approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olamy Please help
src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java
Outdated
Show resolved
Hide resolved
src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Olivier Lamy <olamy@apache.org>
…erMojo.java Co-authored-by: Olivier Lamy <olamy@apache.org>
2) Corrected version from.
If parent version is RELEASE or LATEST, update-parent does not update it to real version. hence, adding this feature to replace RELEASE or LATEST with real version.